home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (Latin America) Volume 1 #6 / CD-ROM Today 6 Latam.iso / referenc / dor / dordem.dxr / 00171.ls < prev    next >
Encoding:
Text File  |  1996-11-14  |  186 b   |  10 lines

  1. on exitFrame
  2.   repeat with x = 20 down to 0
  3.     set the blend of sprite 2 to x * 5
  4.     updateStage()
  5.   end repeat
  6.   set the ink of sprite 2 to 1
  7.   updateStage()
  8.   puppetSprite(2, 0)
  9. end
  10.